Search
Utilities.GetBezierPt Method
See Also
 






Gets the point from the specified bezier curve, corresponding to the specified parameter t [0, 1].

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point GetBezierPt (
    IList<Point> points,
    int segment,
    double t
)

Visual Basic  Copy Code

Public Shared Function GetBezierPt( _
    points As IList(Of Point), _
    segment As Integer, _
    t As Double _
) As Point

 Parameters

points

segment

t

 Return Value

 See Also